home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / math / ol4win10.zip / OL4WIN.TXT < prev    next >
Text File  |  1996-01-24  |  5KB  |  102 lines

  1.                     Ohm's Law for Windows - Documentation File.
  2.                     Copyright (c)1996 APS, all rights reserved.
  3.  
  4.                         Version 1.0 - Initial release 01/24/96
  5.  
  6. Disclamer: This software program has been tested and is beleived to give
  7. accurate results for all possible inputs. However, you are encouraged to
  8. check it's results. The author assumes no liability for damages that may
  9. be encured from the use of this program. Windows and Windows95 are trademarks
  10. of Microsoft Corporation. Borland and ObjectWindows are trademarks of Borland
  11. International.
  12.  
  13. 1.0 Introduction
  14. Welcome to the Ohm's Law Calculator for Windows. This program is based on
  15. the original Ohm's Law Calculator (DOS version) I wrote several years ago.
  16. This program was designed to be used by anyone with an interest in
  17. electronic or electrical design (students, hobbiests, technicians, engineers,
  18. etc.). This program works by appling the two basic equasions (I=E/R and
  19. P=IE). When given two known values (I&E, I&R, I&P, E&R, E&P, or P&R) the
  20. computer calculates the two unknown properties.
  21.  
  22. 2.0 Installation
  23. You should have received all of the files listed below. If any are missing,
  24. the program may not run. These instructions listed assume that you are using
  25. Windows 3.1 or 3.11. For Windows95, refer to the users manual if you have
  26. questions.
  27.  
  28.             INSTALL.BAT  - Installation batch file
  29.             OL4WIN.TXT   - This documentation file
  30.             OL4WIN.EXE   - Windows execuitable file
  31.             BC45ORTL.DLL - Borland C++ run time library
  32.             BIDS45.DLL   - Borland C++ BIDS library
  33.             OWL250.DLL   - ObjectWindows run time library
  34.  
  35. The INSTALL.BAT file is used to make a directory for the files and copy the
  36. files to the directory that it creates. You must provide a source drive and
  37. a destination drive. This can be done from the DOS prompt or from the Windows
  38. Program manager. From the program manager select FILE | RUN then type in the
  39. command below but substitute the approperate SOURCE and DESTINATION drives.
  40.  
  41.             A:INSTALL A: C:
  42.  
  43. Where A: is the souce drive and C: is the destination drive.
  44.  
  45. After the files have been installed, go to the Windows program manager and
  46. select FILE | NEW and select "Program Group". Name the new group "OL4WIN".
  47. If you like, you may use an exhisting group (ie: Applications). Then from the
  48. Program Manager select FILE | NEW and select "Program Item". Browse to the
  49. C:\OL4WIN directory and select OL.EXE.
  50.  
  51. Installation is now complete.
  52.  
  53. 3.0 Running Ohm's Law
  54. To run the program, simply double click on the program icon. The program's
  55. about box will come up first. Click on the "OK" button to proceed.
  56.  
  57. 3.1 The Worksheet
  58. The program basically consists of a single dialog box with edit controls for
  59. voltage, current, resistance, and power. There is a drop box associated with
  60. each edit control. The drop box is where the unit for the associated data is
  61. selected. Buttons are provided to calculate the worksheet, clear the the
  62. worksheet, paste a standard resistor value, and see the About dialog.
  63.  
  64. 3.2 Entering Data
  65. To preform a calculation you must enter two known (and only two) values.
  66. Choose the units for the values you have entered from the associated drop
  67. box. If to few or to many kwown values are entered, an error message is
  68. displayed. If you want to select a standard 1% resistor value, click on the
  69. standards box and a list will drop down. Choose the desired value from the
  70. list, then press the "<Paste<<" button. Your selected value will show up in
  71. the resistance edit control.
  72.  
  73. 3.3 Calculate
  74. Press the "Calculate" button and the unknown results will appear in the
  75. approperate edit controls. The associted drop box will show the units of
  76. the result.
  77.  
  78. 3.4 Clearing Data
  79. To clear all of the edit boxes at once, simply press the "Clear" button. If
  80. you only wish to clear a specific edit box, place the mouse over the edit
  81. box and click the left mouse button. The data field will be highlighted.
  82. Press the "Back Space" key and the field will be erased.
  83.  
  84. 3.5 Exiting
  85. Click the system menu box at the upper left hand corner of the dialog box.
  86. Choose the "Close" option. There will be a shareware notice box. After you
  87. read the information contained in it, click on the "Ok" button to end the
  88. program.
  89.  
  90. 4.0 Shareware
  91. This is a SHAREWARE product. I'm allowing you the oportunity to try the
  92. program for thirty days. If at that time you want to continue to use it,
  93. you must register. The registration fee is only $17.50 (including $2.50 for
  94. shipping / handling). I think that is a fair price. I've put many hours of
  95. hard work into this program. If you don't like the program or just do not
  96. want to register it, please delete all of the files and discontinue using it.
  97. At any rate, you may distribute as many copies of the program as you like
  98. so long as you do not modify it and include all of the original files.
  99.  
  100.  
  101.  
  102.